home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / dots.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2005-05-24  |  565 b   |  15 lines

  1. <inkscape-extension>
  2.     <name>Connect the Dots</name>
  3.     <id>org.ekips.filter.dots</id>
  4.     <dependency type="executable" location="extensions">dots.py</dependency>
  5.     <dependency type="executable" location="extensions">inkex.py</dependency>
  6.     <param name="fontsize" type="string" gui-text="Font Size">20</param>
  7.     <param name="dotsize" type="string" gui-text="Dot Size">10px</param>
  8.     <effect>
  9.         <object-type>path</object-type>
  10.     </effect>
  11.     <script>
  12.         <command reldir="extensions" interpreter="python">dots.py</command>
  13.     </script>
  14. </inkscape-extension>
  15.